home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / flexcat / lib / autoc_h.sd < prev    next >
Text File  |  1999-06-14  |  511b  |  26 lines

  1. ##stringtype C
  2. ##shortstrings
  3. /****************************************************************
  4.    This file was created automatically by `%fv'
  5.    from "%f0".
  6.  
  7.    Do NOT edit by hand!
  8. ****************************************************************/
  9.  
  10. #ifndef %b_CAT_H
  11. #define %b_CAT_H
  12.  
  13.  
  14. #ifndef EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif    /*  !EXEC_TYPES_H        */
  17.  
  18.  
  19. /*  Prototypes    */
  20. extern STRPTR GetString(APTR);
  21.  
  22. /*  Definitions */
  23. extern const APTR _%i;\n#define %i ((APTR) &_%i)
  24.  
  25. #endif /*   !%b_CAT_H  */
  26.